From: Francesco Potortì Date: Mon, 14 May 2001 12:58:29 +0000 (+0000) Subject: Small etags.c and etags.1 changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40318 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=af999c63633c1cee845789d923d17c986080eb25;p=emacs.git Small etags.c and etags.1 changes. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3bf9ca683b0..86fa5f449be 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,11 @@ +2001-05-14 Francesco Potorti` + + * /cvs/emacs/lib-src/etags.c (add_regex): + Reset the whole newly allocated pattern buffer instead of + the individual members. It's safer and works with Xemacs. + + * /cvs/emacs/lib-src/etags.1: Markups corrected. + 2001-05-08 Gerd Moellmann * ebrowse.c (enter_namespace): Fix reallocation of @@ -15,7 +23,7 @@ 2001-04-05 Dave Love * emacsclient.c (fail): Don't return a value. - (main): Cast uid values for sprintf. + (main): Cast uid values for sprintf. 2001-04-03 Gerd Moellmann